home *** CD-ROM | disk | FTP | other *** search
/ Champak 106 / Vol 106.iso / games / maple_st.swf / scripts / DefineSprite_726 / frame_16 / DoAction.as
Encoding:
Text File  |  2010-04-12  |  163 b   |  8 lines

  1. _root.player.ani.gotoAndStop(8);
  2. if(_root.stormsound == true)
  3. {
  4.    var mysound = new Sound();
  5.    mysound.attachSound("stormuse.mp3");
  6.    mysound.start();
  7. }
  8.